Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632090 Views

Latest files of /cody/vishal-dcode/Loading Button Animation

style.css cody/vishal-dcode/Loading Button Animation/style.css
5 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

:root {
--clr-p: hsl(231, 44%, 56%);
--clr-s: hsl(231, 44%, 51%);
--clr-t: hsl(231, 12%, 98%);
--clr-b: hsl(231, 100%, 94%);
}
index.html cody/vishal-dcode/Loading Button Animation/index.html
13 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Loading Button Animation</title>